home *** CD-ROM | disk | FTP | other *** search
- param te=2
- clear
- dial "7"
- MESSAGE "***** DIALING DELPHI (ME) *****"
- delay 40
- repeat
- stext "|.|"
- waitstring "service :" 1
- until waitstring found
- stext "DELPHI|"
- waitstring "Username:"
- stext " |"
- waitstring "Password: "
- stext " |"
- if connected
- key "delphi"
- exit
- endif
-